KonnectionConnectivityChecker

Real reachability via Konnection (periodic network-interface probe on jvm — no Context needed, unlike Android). Replaces AlwaysOnlineConnectivityChecker for consumers that want an actual signal instead of an always-true stub.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun isOnline(): Boolean
Link copied to clipboard
open override fun observeIsOnline(): Flow<Boolean>

Live connectivity observer. Default is a single-shot Flow of the current isOnline value (no push updates) — override for a real observer. KonnectionConnectivityChecker does.